home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / gnu / stubs-32.ph next >
Encoding:
Text File  |  2009-06-26  |  1.1 KB  |  51 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(defined(&_LIBC)) {
  6.     die("Applications\ may\ not\ define\ the\ macro\ _LIBC");
  7. }
  8. unless(defined(&__stub___kernel_cosl)) {
  9.     sub __stub___kernel_cosl () {    1;}
  10. }
  11. unless(defined(&__stub___kernel_sinl)) {
  12.     sub __stub___kernel_sinl () {    1;}
  13. }
  14. unless(defined(&__stub___kernel_tanl)) {
  15.     sub __stub___kernel_tanl () {    1;}
  16. }
  17. unless(defined(&__stub_chflags)) {
  18.     sub __stub_chflags () {    1;}
  19. }
  20. unless(defined(&__stub_fattach)) {
  21.     sub __stub_fattach () {    1;}
  22. }
  23. unless(defined(&__stub_fchflags)) {
  24.     sub __stub_fchflags () {    1;}
  25. }
  26. unless(defined(&__stub_fdetach)) {
  27.     sub __stub_fdetach () {    1;}
  28. }
  29. unless(defined(&__stub_gtty)) {
  30.     sub __stub_gtty () {    1;}
  31. }
  32. unless(defined(&__stub_lchmod)) {
  33.     sub __stub_lchmod () {    1;}
  34. }
  35. unless(defined(&__stub_revoke)) {
  36.     sub __stub_revoke () {    1;}
  37. }
  38. unless(defined(&__stub_setlogin)) {
  39.     sub __stub_setlogin () {    1;}
  40. }
  41. unless(defined(&__stub_sigreturn)) {
  42.     sub __stub_sigreturn () {    1;}
  43. }
  44. unless(defined(&__stub_sstk)) {
  45.     sub __stub_sstk () {    1;}
  46. }
  47. unless(defined(&__stub_stty)) {
  48.     sub __stub_stty () {    1;}
  49. }
  50. 1;
  51.